an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 3/23/2018 10:47:38 PM By Tomas Mayton. 5 replies.
9/21/2008 10:49:53 AM
lanewman
Posts: 17
Joined: 6/14/2008
Location:Ft Lauderdale, FL, US
Address Validation
Does the system perform address validation upon checkout? 
9/21/2008 10:59:10 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Address Validation
It depends on the shipping provider that you are using. If you are using FedEx, USP and USPS realtime shipping provider, then "Yes". If you are using table based shipping provider, then "No".
DotShoppingCart Staff
10/2/2008 10:04:15 AM
lanewman
Posts: 17
Joined: 6/14/2008
Location:Ft Lauderdale, FL, US
Re: Address Validation
I have USPS configured and working.  I am able to enter a city/state pair with an zip code.  (ie, Fort Lauderdale, FL 14221)  The system gives me postal rates, but doesn't flag the address as invalid.
10/2/2008 10:22:54 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Address Validation
Ah, address validation might be an additional web service call. We are investigating this.
DotShoppingCart Staff
10/6/2008 1:33:37 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Address Validation
I verified that address validation needs another web service call. More information could be found from here. We will add USPS address validation support in the next release.
DotShoppingCart Staff
3/23/2018 10:47:38 PM
Tomas Mayton
Posts: 1
Joined: 3/23/2018
Location:United Kingdom
Re: Address Validation
I have USPS configured and working. Thanks